

  .highcharts-title, .highcharts-axis-title, .highcharts-legend-item,  .highcharts-axis {
    display: none;
  }

  @media screen and (max-width: 480px) {
   
    h1{
        font-size: 27px !important;
    }

    h2{
        font-size: 24px !important;
        margin: 0 !important;
        line-height: 50px !important;
    }

    h3{
        font-size: 21px !important;
    }

    h4{
        font-size: 18px !important;
        margin-top:0 !important;
        line-height: 25px !important;
    }

    h5{
        font-size: 15px !important;
        inline-size: 150px !important;
        overflow-wrap: break-word !important;
      
    }

    .ppFlexContainer > p {
        font-size: 12px !important;
        margin-bottom: 5px !important;
        }

        .ppFlexContainer .button1, .ppFlexContainer .button2 {
          font-size: 12px;
          width:48% !important;
        }
        .login-heading-section{
            font-size: 20px !important;
            line-height: 50px !important;
        }
        .xrm-attribute-value > p {
            font-size: 12px !important;
        
            }
    }

    @media screen and (min-width: 480px) and (max-width: 960px){
        h1{
            font-size: 30px !important;
        }
    
        h2{
            font-size: 27px !important;
            margin: 0 !important;
            line-height: 75px !important;
        }
    
        h3{
            font-size: 24px !important;
        }
    
        h4{
            font-size: 21px !important;
            margin-top:0 !important;
            line-height: 25px !important;
        }
    
        h5{
            font-size: 18px !important;
        }
    
        .ppFlexContainer > p {
            font-size: 15px !important;
            margin-bottom: 5px !important;
            }
        .ppFlexContainer .button1, .ppFlexContainer .button2 {
              font-size: 15px;
              width:48%
            }
            .login-heading-section{
                font-size: 20px !important;
                line-height: 50px !important;
            }
            .xrm-attribute-value > p {
                font-size: 15px !important;
            
                }
    }

    @media screen and (max-device-width: 500px) and (max-device-height: 1000px) and (orientation: landscape) {
        .background-image{
            height: 100% !important;
        }
  
    }

    @media screen and (max-height: 720px) {
        .background-image{
            height: 100% !important;
        }
    }

    .background-image{
        height: 100vh;
    }

    .checkbox label{
      display: none !important;
    }

.btn{
      border-radius: 10px !important;
      /* box-shadow: 0px 0px 8px 1px #8c949c !important; */
      
  }


  .static-top.navbar .menu-bar > .navbar-nav > li > a{
      padding: 8px !important;
      border-radius: 10px !important;
      margin-top: 8.5px !important;
      text-decoration: none !important; 
    }

    .nodata{
      position: relative !important;
      color:#7f1113
  }




    
  